OpenRoads Designer CONNECT Edition SDK Help

GetIndexOfNearest Method

Gets the index of the nearest point

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public int GetIndexOfNearest( DPoint3d pt)

Parameters

SettingDescription
  DPoint3d The point that to search the LinearIntersectionCollection point near to.

Return Value

The nearest point

See Also